home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Graphics / Sparkle243 / (Docs) / MPEG filename extensions < prev    next >
Encoding:
Text File  |  1995-07-07  |  2.1 KB  |  59 lines  |  [TEXT/ALFA]

  1. This is taken from the MPEG FAQ WWW site. 
  2. I have adopted the suggestions below. I would urge you all to put 
  3. pressure on content providers and the varioud MPEG audio app authors to 
  4. follow these suggestions.
  5.  
  6.  
  7. What's the problem with all these file extensions for MPEG-files  ?
  8. ===================================================================
  9.  
  10. Hm, nobody standarized the file extensions yet, they are just common use.
  11. the first MPEG-users (Xing) just used .mpg for a file extension, but
  12. they had their special (non MPEG-standard) format. Then they "invented"
  13. .mp2 for audio only files (well .mp2 looks more like MPEG-2, does it ?
  14. Some had file-extension they wanted, some ignored MS-DOS file systems ...
  15.  
  16.  
  17. The following extensions are there:
  18.  
  19. .mpg       could be everything ;o) usally only Xing-format (only I-frame)
  20. .mps       MPEG-1 IPB Systemstream (video and audio)
  21. .m1v       MPEG-1 IPB only video or systemstream
  22. .mpv       MPEG-1 IPB only video (sometime even .vmp)
  23.  
  24. .mp2       MPEG-1 only audio (mostly layer 1 or 2)
  25. .mpa       MPEG-1 only audio (mostly layer 1 or 2) (sometimes even .amp)
  26. .l3        MPEG-1 only audio (layer 3)
  27.  
  28. .m2v       MPEG-2 IPB only video (is there some MPEG-2 audio out ?)
  29.  
  30. My own idea for file extension looks like this: 
  31.  
  32.         .m1s       MPEG-1 IPB systemstream (video and audio)
  33.         .m1v       MPEG-1 IPB videostream
  34.         .m1a       MPEG-1 IPB audiostream
  35.  
  36.         .m2s       MPEG-2 IPB systemstream (video and audio)
  37.         .m2v       MPEG-2 IPB videostream
  38.         .m2a       MPEG-2 IPB audiostream
  39.  
  40. Do us all a favour and force your local sys-adm to use the following
  41. .mime_type extensions:
  42.  
  43.         audio/x-mpeg    m1a mpa mp2
  44.         video/mpeg      m1v mpg
  45.  
  46. and name your files according to the table above. Finally grab
  47. the files with the right extension (.m1v and so on), this will
  48. work like a vote for the right extension and can be proofed by
  49. the protocol of our Web-server.
  50.  
  51. If you do links to these files, please use the .m1v and so on
  52. extensions, because the files with the old extension will be gone
  53. soon.
  54.  
  55. --
  56. KeyJ Phade
  57. Tue Jun 27 14:38:28 MET DST 1995
  58.  
  59.